| /dragonfly/usr.bin/sockstat/ |
| HD | sockstat.c | 81 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/ |
| HD | ng_lmi.c | 141 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/ |
| HD | ng_lmi.c | 136 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/ |
| HD | ccp.c | 111 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()
|
| HD | ipv6cp.c | 612 protoname(unsigned proto) in protoname() function 661 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in ipv6cp_DecodeConfig()
|
| HD | lcp.c | 119 protoname(unsigned proto) in protoname() function 677 snprintf(request, sizeof request, " %s[%d]", protoname(opt->hdr.id), in LcpDecodeConfig()
|
| HD | ipcp.c | 136 protoname(int proto) in protoname() function 1059 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id), in IpcpDecodeConfig()
|
| /dragonfly/usr.sbin/edquota/ |
| HD | edquota.c | 96 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/ |
| HD | netconfig | 9 # <network_id> <semantics> <flags> <protofamily> <protoname> \
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-act.c | 5669 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()
|