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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_pcb.c1019 int matchwild = 3, wildcard; local
1025 * Look for an unconnected (wildcard foreign addr) PCB that
1068 wildcard = 0;
1072 wildcard++;
1076 wildcard++;
1082 wildcard++;
1084 if (wildcard < matchwild) {
1086 matchwild = wildcard;
1203 int wildcard,
1245 if (wildcard) {
1197 in6_pcblookup_hash( struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard, __unused struct ifnet *ifp) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c1119 int matchwild = 3, wildcard; local
1127 * Look for an unconnected (wildcard foreign addr) PCB that
1172 wildcard = 0;
1178 wildcard++;
1181 wildcard++;
1186 wildcard++;
1188 if (wildcard < matchwild) {
1190 matchwild = wildcard;
1212 int wildcard,
1251 if (wildcard) {
1206 in_pcblookup_hash( struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, __unused struct ifnet *ifp) argument
[all...]
H A Dip_fw2.c482 /* Check unit number (-1 is wildcard) */
1708 int wildcard; local
1712 wildcard = 0;
1715 wildcard = 1;
1724 wildcard, oif) :
1728 wildcard, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c288 int wildcard, bytoff, bitoff; local
300 wildcard = (unit < 0);
304 if (wildcard) {
322 if (!wildcard) {
334 /* In the wildcard case, we need to update the name. */
335 if (wildcard) {

Completed in 41 milliseconds