Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dalias.c130 #define NETBIOS_DGM_PORT_NUMBER 138 macro
766 else if (ntohs(ud->uh_dport) == NETBIOS_DGM_PORT_NUMBER in UdpAliasIn()
767 || ntohs(ud->uh_sport) == NETBIOS_DGM_PORT_NUMBER) in UdpAliasIn()
834 else if (ntohs(ud->uh_dport) == NETBIOS_DGM_PORT_NUMBER in UdpAliasOut()
835 || ntohs(ud->uh_sport) == NETBIOS_DGM_PORT_NUMBER) in UdpAliasOut()