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

/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c167 * Return a text string representing the cproto protocol number.
182 prototxt(int cproto) argument
188 if (cproto == oproto)
190 if ((pe = getprotobynumber(cproto)) == NULL)
191 snprintf(protobuff, sizeof protobuff, "%d", cproto);
194 oproto = cproto;
220 int cproto; /* IPPROTO_* protocol number if (gotinfo) */ local
245 cproto = pip6->ip6_nxt;
277 cproto = pip->ip_p;
314 switch (cproto) {
576 int cproto, mask, len, n, pri, logit, result, datalen, frag; local
[all...]
H A Dvjcomp.c80 u_short cproto = bundle->ncp.ipcp.peer_compproto >> 16; local
85 cproto == PROTO_VJCOMP) {

Completed in 65 milliseconds