Home
last modified time | relevance | path

Searched refs:MP_NOSEQ (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netgraph/
Dng_ppp.c147 #define MP_NOSEQ 0x7fffffff /* impossible sequence number */ macro
506 priv->links[i].seq = MP_NOSEQ; in ng_ppp_constructor()
638 if (priv->links[i].seq != MP_NOSEQ) in ng_ppp_rcvmsg()
2524 if (link->seq == MP_NOSEQ) { in ng_ppp_update()
2529 link->seq = MP_NOSEQ; in ng_ppp_update()
2545 link->seq = MP_NOSEQ; in ng_ppp_update()