Searched refs:portptr (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c189 static int port_match6 __P((u_short *portptr, int nports, u_short port,
211 port_match6(u_short *portptr, int nports, u_short port, int range_flag) argument
216 if (portptr[0] <= port && port <= portptr[1]) {
220 portptr += 2;
223 if (*portptr++ == port) {

Completed in 13 milliseconds