Searched refs:cproto (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dip.c165 * Return a text string representing the cproto protocol number.
180 prototxt(int cproto) argument
186 if (cproto == oproto)
188 if ((pe = getprotobynumber(cproto)) == NULL)
189 snprintf(protobuff, sizeof protobuff, "%d", cproto);
192 oproto = cproto;
218 int cproto; /* IPPROTO_* protocol number if (gotinfo) */ local
243 cproto = pip6->ip6_nxt;
275 cproto = pip->ip_p;
312 switch (cproto) {
574 int cproto, mask, len, n, pri, logit, result, datalen, frag; local
[all...]
H A Dvjcomp.c78 u_short cproto = bundle->ncp.ipcp.peer_compproto >> 16; local
83 cproto == PROTO_VJCOMP) {

Completed in 62 milliseconds