Searched refs:fport_arg (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/netinet/ |
| D | in_pcb.c | 574 in_pcbnotify(table, dst, fport_arg, laddr, lport_arg, errno, notify) in in_pcbnotify() argument 577 u_int fport_arg, lport_arg; 584 u_int16_t fport = fport_arg, lport = lport_arg; 726 in_pcblookup(table, faddrp, fport_arg, laddrp, lport_arg, flags) in in_pcblookup() argument 729 u_int fport_arg, lport_arg; 734 u_int16_t fport = fport_arg, lport = lport_arg; 980 in_pcbhashlookup(table, faddr, fport_arg, laddr, lport_arg) in in_pcbhashlookup() argument 983 u_int fport_arg, lport_arg; 987 u_int16_t fport = fport_arg, lport = lport_arg; 1023 in6_pcbhashlookup(table, faddr, fport_arg, laddr, lport_arg) in in6_pcbhashlookup() argument [all …]
|
| /mirbsd/src/sys/netinet6/ |
| D | in6_pcb.c | 495 in6_pcbnotify(head, dst, fport_arg, src, lport_arg, cmd, cmdarg, notify) in in6_pcbnotify() argument 498 uint fport_arg; 505 u_short fport = fport_arg, lport = lport_arg;
|