Lines Matching defs:proto
122 * map proto (which is an IANA defined ppp network protocol) to
126 sppp_ppp2np(uint16_t proto)
128 switch (proto) {
984 uint16_t proto;
1103 proto = *(uint16_t *)mp->b_cont->b_rptr;
1105 uint32_t npflagpos = sppp_ppp2np(proto);
1107 * Mark proto as blocked in ppa_npflag until the
1108 * corresponding queues for proto have been plumbed.
1119 * reset ppa_npflag and release proto
1122 sppp_release_pkts(ppa, proto);
2047 * proto is currently blocked; Hold up to 4 packets
2149 uint16_t proto;
2182 proto = PPP_PROTOCOL(mp->b_rptr);
2190 if (proto > 0x7fff) {
2200 if (proto == PPP_IP) {
2202 } else if (proto == PPP_IPV6) {
2229 sppp_dlprsendup(ppa->ppa_streams, mp, proto, B_TRUE);
2295 * Turn off proto in ppa_npflag to indicate that
2297 * Release proto packets that were being held in the control
2301 sppp_release_pkts(sppa_t *ppa, uint16_t proto)
2303 uint32_t npflagpos = sppp_ppp2np(proto);
2328 if (mp_proto != proto) {