Home
last modified time | relevance | path

Searched refs:protoname (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.bin/sockstat/
HDsockstat.c81 const char *protoname; member
188 const char *varname, *protoname; in gather_inet() local
195 protoname = "tcp"; in gather_inet()
199 protoname = "udp"; in gather_inet()
203 protoname = "div"; in gather_inet()
284 sock->protoname = protoname; in gather_inet()
299 const char *varname, *protoname; in gather_unix() local
306 protoname = "stream"; in gather_unix()
310 protoname = "dgram"; in gather_unix()
345 sock->protoname = protoname; in gather_unix()
[all …]
/dragonfly/sys/netgraph/lmi/
HDng_lmi.c141 char *protoname; /* cache protocol name */ member
204 sc->protoname = NAME_NONE; in nglmi_constructor()
233 sc->protoname = NAME_ANNEXA; in nglmi_newhook()
240 sc->protoname = NAME_ANNEXD; in nglmi_newhook()
247 sc->protoname = NAME_GROUP4; in nglmi_newhook()
252 sc->protoname = NAME_NONE; in nglmi_newhook()
259 sc->protoname = NAME_NONE; in nglmi_newhook()
475 pos = ksprintf(arg, "protocol %s ", sc->protoname); in nglmi_rcvmsg()
522 sc->protoname, sizeof(stat->proto) - 1); in nglmi_rcvmsg()
524 sc->protoname, sizeof(stat->hook) - 1); in nglmi_rcvmsg()
[all …]
/dragonfly/sys/netgraph7/lmi/
HDng_lmi.c136 char *protoname; /* cache protocol name */ member
196 sc->protoname = NAME_NONE; in nglmi_constructor()
224 sc->protoname = NAME_ANNEXA; in nglmi_newhook()
231 sc->protoname = NAME_ANNEXD; in nglmi_newhook()
238 sc->protoname = NAME_GROUP4; in nglmi_newhook()
243 sc->protoname = NAME_NONE; in nglmi_newhook()
250 sc->protoname = NAME_NONE; in nglmi_newhook()
465 pos = ksprintf(arg, "protocol %s ", sc->protoname); in nglmi_rcvmsg()
512 sc->protoname, sizeof(stat->proto) - 1); in nglmi_rcvmsg()
514 sc->protoname, sizeof(stat->hook) - 1); in nglmi_rcvmsg()
[all …]
/dragonfly/usr.sbin/ppp/
HDccp.c111 protoname(int proto) in protoname() function
173 protoname(ccp->my_proto), protoname(ccp->his_proto)); in ccp_ReportStatus()
507 fp->link->name, protoname(algorithm[f]->id)); in CcpLayerUp()
526 fp->link->name, protoname(ccp->his_proto)); in CcpLayerUp()
545 fp->link->name, protoname(ccp->my_proto)); in CcpLayerUp()
555 fp->link->name, protoname(ccp->my_proto), ccp->my_proto, in CcpLayerUp()
556 protoname(ccp->his_proto), ccp->his_proto); in CcpLayerUp()
586 log_Printf(LogCCP, " %s[%d] %s\n", protoname(opt->hdr.id), in CcpDecodeConfig()
639 protoname(algorithm[f]->id)); in CcpDecodeConfig()
650 fp->link->name, protoname(algorithm[f]->id)); in CcpDecodeConfig()
HDipv6cp.c612 protoname(unsigned proto) in protoname() function
661 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in ipv6cp_DecodeConfig()
HDlcp.c119 protoname(unsigned proto) in protoname() function
677 snprintf(request, sizeof request, " %s[%d]", protoname(opt->hdr.id), in LcpDecodeConfig()
HDipcp.c136 protoname(int proto) in protoname() function
1059 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in IpcpDecodeConfig()
/dragonfly/usr.sbin/edquota/
HDedquota.c96 char *protoname, *cp, *oldoptarg, ch; in main() local
108 protoname = NULL; in main()
115 protoname = optarg; in main()
190 if ((protoid = getentry(protoname, quotatype)) == -1) in main()
/dragonfly/etc/
HDnetconfig9 # <network_id> <semantics> <flags> <protofamily> <protoname> \
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c5669 objc_build_protocol_expr (tree protoname) in objc_build_protocol_expr() argument
5671 tree p = lookup_protocol (protoname, /* warn if deprecated */ true, in objc_build_protocol_expr()
5676 error ("cannot find protocol declaration for %qE", protoname); in objc_build_protocol_expr()