Searched refs:uh_sport (Results 1 – 13 of 13) sorted by relevance
46 u_int16_t uh_sport; /* source port */ member65 #define ui_sport ui_u.uh_sport
74 spt->client_port = tp->udp.uh_sport; in tftp_session_allocate()91 if (spt->client_port == tp->udp.uh_sport) { in tftp_session_find()
169 if (so->so_lport != uh->uh_sport || in udp_input()174 if (tmp->so_lport == uh->uh_sport && in udp_input()208 so->so_lport = uh->uh_sport; in udp_input()
48 port_t uh_sport; /* source port */ member67 #define ui_sport ui_u.uh_sport
139 ntohs(uh->uh_sport.port), in udp_input()150 ntohs(uh->uh_sport.port), in udp_input()219 if (so->so_laddr_port != port_geth(uh->uh_sport) || in udp_input()224 if (tmp->so_laddr_port == port_geth(uh->uh_sport) && in udp_input()258 so->so_laddr_port = port_geth(uh->uh_sport); in udp_input()
74 spt->client_port = port_geth(tp->udp.uh_sport); in tftp_session_allocate()91 if (spt->client_port == port_geth(tp->udp.uh_sport)) { in tftp_session_find()
42 u_int16_t uh_sport; /* source port */ member
388 sport = EXTRACT_16BITS(&up->uh_sport); in udp_print()
166 u16 uh_sport; /* source port */ in send_via_bpf() member219 udp.uh_sport = htons(daemon->dhcp_server_port); in send_via_bpf()
732 udp->uh_sport = htons(DHCP_CLIENT_PORT); in make_udp_packet()
391 unsigned __int16 uh_sport; member
4352 udp->uh_sport = htons(SCTP_BASE_SYSCTL(sctp_udp_tunneling_port));4812 udp->uh_sport = htons(SCTP_BASE_SYSCTL(sctp_udp_tunneling_port));11641 udp->uh_sport = htons(SCTP_BASE_SYSCTL(sctp_udp_tunneling_port));
7771 port = uhdr->uh_sport;