Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dncp.h70 extern int ncp_IsUrgentTcpLen(struct ncp *, int);
H A Dncp.c442 ncp_IsUrgentTcpLen(struct ncp *ncp, int len) in ncp_IsUrgentTcpLen() function
H A Dip.c821 else if (!frag && ncp_IsUrgentTcpLen(&bundle->ncp, datalen)) in PacketCheck()