Searched refs:udp_port (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trans_udp.c | 96 struct udp_port *p = udata; in udp_input() 108 struct udp_port *p = (struct udp_port *)tp; in udp_init_port() 160 udp_open_port(u_int8_t *addr, u_int32_t udp_port, struct udp_port **pp) in udp_open_port() argument 162 struct udp_port *port; in udp_open_port() 165 if (udp_port > 0xffff) in udp_open_port() 177 port->tport.index.subs[4] = udp_port; in udp_open_port() 183 port->port = udp_port; in udp_open_port() 209 struct udp_port *port = (struct udp_port *)tp; in udp_close_port() 223 struct udp_port *p = (struct udp_port *)tp; in udp_send() 276 struct udp_port *p = (struct udp_port *)tp; in udp_recv() [all …]
|
H A D | trans_udp.h | 33 struct udp_port { struct
|
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 333 int udp_port = -1; in pcap_nametoport() local 412 udp_port = ntohs(in4->sin_port); in pcap_nametoport() 418 udp_port = ntohs(in6->sin6_port); in pcap_nametoport() 436 if (udp_port >= 0) { in pcap_nametoport() 437 if (udp_port == tcp_port) in pcap_nametoport() 449 if (udp_port >= 0) { in pcap_nametoport() 450 *port = udp_port; in pcap_nametoport()
|
H A D | gencode.c | 6781 int udp_port = -1; in stringtoport() local 6813 udp_port = nametoport(cstate, cpy, IPPROTO_UDP); in stringtoport() 6814 if (udp_port == -2) { in stringtoport() 6833 if (udp_port >= 0) { in stringtoport() 6834 if (udp_port == tcp_port) in stringtoport() 6847 if (udp_port >= 0) { in stringtoport() 6848 val = (bpf_u_int32)udp_port; in stringtoport()
|
/freebsd/sys/dev/ice/ |
H A D | virtchnl_inline_ipsec.h |
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_tgec.h | 178 uint32_t udp_port; /* 0x068 Defines a UDP Port number */ member
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_adminq_cmd.h | 2802 __le16 udp_port; member 2815 __le16 udp_port; member 2836 __le16 udp_port; member
|
H A D | i40e_prototype.h | 321 u16 udp_port, u8 protocol_index,
|
H A D | i40e_common.c | 4586 u16 udp_port, u8 protocol_index, in i40e_aq_add_udp_tunnel() argument 4599 cmd->udp_port = CPU_TO_LE16(udp_port); in i40e_aq_add_udp_tunnel()
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 1497 int mlx4_config_vxlan_port(struct mlx4_dev *dev, __be16 udp_port); 1499 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port);
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_fw.c | 2478 int mlx4_config_vxlan_port(struct mlx4_dev *dev, __be16 udp_port) in mlx4_config_vxlan_port() argument 2484 config_dev.vxlan_udp_dport = udp_port; in mlx4_config_vxlan_port() 2504 int mlx4_config_roce_v2_port(struct mlx4_dev *dev, u16 udp_port) in mlx4_config_roce_v2_port() argument 2510 config_dev.roce_v2_udp_dport = cpu_to_be16(udp_port); in mlx4_config_roce_v2_port()
|