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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c896 int matchwild = 3, wildcard; local
902 * Look for an unconnected (wildcard foreign addr) PCB that
945 wildcard = 0;
949 wildcard++;
953 wildcard++;
959 wildcard++;
961 if (wildcard < matchwild) {
963 matchwild = wildcard;
1046 int wildcard,
1093 if (wildcard) {
1040 in6_pcblookup_hash_exists( struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int wildcard, uid_t *uid, gid_t *gid, struct ifnet *ifp) argument
1147 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...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1271 int matchwild = 3, wildcard; local
1279 * Look for an unconnected (wildcard foreign addr) PCB that
1324 wildcard = 0;
1330 wildcard++;
1333 wildcard++;
1338 wildcard++;
1340 if (wildcard < matchwild) {
1342 matchwild = wildcard;
1364 int wildcard,
1415 if (wildcard) {
1358 in_pcblookup_hash_exists( struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, uid_t *uid, gid_t *gid, struct ifnet *ifp) argument
1496 in_pcblookup_hash( struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int wildcard, struct ifnet *ifp) argument
[all...]
H A Dip_fw2.c972 /* Check unit number (-1 is wildcard) */
2210 int wildcard; local
2214 wildcard = 0;
2217 wildcard = 1;
2226 wildcard, oif) :
2230 wildcard, NULL);
/darwin-on-arm/xnu/bsd/net/
H A Dif.c444 int wildcard; local
457 wildcard = (unit == UINT32_MAX);
461 if (wildcard) {
479 if (!wildcard) {
491 /* In the wildcard case, we need to update the name. */
492 if (wildcard) {

Completed in 29 milliseconds