HomeSort by relevance Sort by last modified time
    Searched full:cproto (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
ip.c 165 * Return a text string representing the cproto protocol number.
180 prototxt(int cproto)
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...]
vjcomp.c 78 u_short cproto = bundle->ncp.ipcp.peer_compproto >> 16; local
83 cproto == PROTO_VJCOMP) {

Completed in 66 milliseconds