Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dncp.h69 extern int ncp_IsUrgentPort(struct port_range *, u_short, u_short);
82 ncp_IsUrgentPort(&(ncp)->cfg.urgent.tcp, p1, p2)
84 ncp_IsUrgentPort(&(ncp)->cfg.urgent.udp, p1, p2)
H A Dncp.c371 ncp_IsUrgentPort(struct port_range *range, u_short src, u_short dst) in ncp_IsUrgentPort() function