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

/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dproto.c272 const char *protoname; local
284 protoname = mconn->pc_proto->prt_name;
285 PJDLOG_ASSERT(protoname != NULL);
288 (const unsigned char *)protoname, strlen(protoname) + 1, fd);
298 proto_wrap(const char *protoname, bool client, int fd, argument
306 if (strcmp(proto->prt_name, protoname) == 0)
335 char protoname[128]; local
344 bzero(protoname, sizeof(protoname));
[all...]
H A Dproto_impl.h76 int proto_wrap(const char *protoname, bool client, int fd,
/freebsd-10-stable/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-10-stable/usr.bin/sockstat/
H A Dsockstat.c109 const char *protoname; member in struct:sock
335 sock->protoname = "sctp";
428 sock->protoname = "sctp";
548 const char *varname, *protoname; local
562 protoname = "tcp";
566 protoname = "udp";
570 protoname = "div";
617 protoname = xtp->xt_tp.t_flags & TF_TOE ? "toe" : "tcp";
685 sock->protoname = protoname;
701 const char *varname, *protoname; local
[all...]
/freebsd-10-stable/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-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.h295 svn_fs_x__l2p_index_from_p2l_entries(const char **protoname,
309 svn_fs_x__p2l_index_from_p2l_entries(const char **protoname,
H A Dindex.c3531 svn_fs_x__p2l_index_from_p2l_entries(const char **protoname, argument
3546 SVN_ERR(svn_io_open_unique_file3(NULL, protoname, NULL,
3549 SVN_ERR(svn_fs_x__p2l_proto_index_open(&proto_index, *protoname,
3629 svn_fs_x__l2p_index_from_p2l_entries(const char **protoname, argument
3648 SVN_ERR(svn_io_open_unique_file3(NULL, protoname, NULL,
3651 SVN_ERR(svn_fs_x__l2p_proto_index_open(&proto_index, *protoname,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.h240 svn_fs_fs__l2p_index_from_p2l_entries(const char **protoname,
254 svn_fs_fs__p2l_index_from_p2l_entries(const char **protoname,
H A Dindex.c3134 svn_fs_fs__p2l_index_from_p2l_entries(const char **protoname, argument
3149 SVN_ERR(svn_io_open_unique_file3(NULL, protoname, NULL,
3152 SVN_ERR(svn_fs_fs__p2l_proto_index_open(&proto_index, *protoname,
3197 svn_fs_fs__l2p_index_from_p2l_entries(const char **protoname, argument
3223 SVN_ERR(svn_io_open_unique_file3(NULL, protoname, NULL,
3226 SVN_ERR(svn_fs_fs__l2p_proto_index_open(&proto_index, *protoname,
/freebsd-10-stable/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-10-stable/usr.sbin/edquota/
H A Dedquota.c123 char *protoname, *cp, *endpt, *oldoptarg; local
135 protoname = NULL;
147 protoname = optarg;
234 if ((protoid = getentry(protoname, quotatype)) == -1)

Completed in 405 milliseconds