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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto.c274 const char *protoname; local
286 protoname = mconn->pc_proto->prt_name;
287 PJDLOG_ASSERT(protoname != NULL);
290 (const unsigned char *)protoname, strlen(protoname) + 1, fd);
300 proto_wrap(const char *protoname, bool client, int fd, argument
308 if (strcmp(proto->prt_name, protoname) == 0)
337 char protoname[128]; local
346 bzero(protoname, sizeof(protoname));
[all...]
H A Dproto_impl.h78 int proto_wrap(const char *protoname, bool client, int fd,
/freebsd-9.3-release/sbin/hastd/
H A Dproto.c286 const char *protoname; local
298 protoname = mconn->pc_proto->prt_name;
299 PJDLOG_ASSERT(protoname != NULL);
302 (const unsigned char *)protoname, strlen(protoname) + 1, fd);
315 char protoname[128]; local
326 bzero(protoname, sizeof(protoname));
328 ret = conn->pc_proto->prt_recv(conn->pc_ctx, (unsigned char *)protoname,
329 sizeof(protoname)
[all...]
/freebsd-9.3-release/usr.bin/sockstat/
H A Dsockstat.c94 const char *protoname; member in struct:sock
260 const char *varname, *protoname; local
274 protoname = "tcp";
278 protoname = "udp";
282 protoname = "div";
328 protoname = xtp->xt_tp.t_flags & TF_TOE ? "toe" : "tcp";
387 sock->protoname = protoname;
402 const char *varname, *protoname; local
410 protoname
[all...]
/freebsd-9.3-release/sys/netgraph/
H A Dng_lmi.c136 char *protoname; /* cache protocol name */ member in struct:nglmi_softc
194 sc->protoname = NAME_NONE;
222 sc->protoname = NAME_ANNEXA;
229 sc->protoname = NAME_ANNEXD;
236 sc->protoname = NAME_GROUP4;
241 sc->protoname = NAME_NONE;
248 sc->protoname = NAME_NONE;
463 pos = sprintf(arg, "protocol %s ", sc->protoname);
510 sc->protoname, sizeof(stat->proto) - 1);
512 sc->protoname, sizeo
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dccp.c111 protoname(int proto) function
173 protoname(ccp->my_proto), protoname(ccp->his_proto));
511 fp->link->name, protoname(algorithm[f]->id));
530 fp->link->name, protoname(ccp->his_proto));
549 fp->link->name, protoname(ccp->my_proto));
559 fp->link->name, protoname(ccp->my_proto), ccp->my_proto,
560 protoname(ccp->his_proto), ccp->his_proto);
590 log_Printf(LogCCP, " %s[%d] %s\n", protoname(opt->hdr.id),
643 protoname(algorith
[all...]
H A Dipv6cp.c649 protoname(unsigned proto) function
698 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id),
H A Dipcp.c138 protoname(int proto) function
1073 snprintf(tbuff, sizeof tbuff, " %s[%d]", protoname(opt->hdr.id),
H A Dlcp.c119 protoname(unsigned proto) function
681 snprintf(request, sizeof request, " %s[%d]", protoname(opt->hdr.id),
/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c125 char *protoname, *cp, *endpt, *oldoptarg; local
137 protoname = NULL;
149 protoname = optarg;
236 if ((protoid = getentry(protoname, quotatype)) == -1)

Completed in 119 milliseconds