Searched refs:ip_proto (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/apr/network_io/unix/
H A Dmulticast.c122 int ip_proto; local
128 ip_proto = IPPROTO_IP;
132 ip_proto = IPPROTO_IPV6;
150 if (setsockopt(sock->socketdes, ip_proto, type, (const void *) &mip,
/freebsd-12-stable/stand/libsa/
H A Dip.c76 uint8_t ip_proto; member in struct:ip_reasm
295 ipr->ip_proto == ip->ip_p)
309 ipr->ip_proto = ip->ip_p;
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c97 u8 ip_proto; member in struct:mlx4_en_filter
116 static enum mlx4_net_trans_rule_id mlx4_ip_proto_to_trans_rule_id(u8 ip_proto) argument
118 switch (ip_proto) {
135 .id = mlx4_ip_proto_to_trans_rule_id(filter->ip_proto),
173 filter->ip_proto);
220 __be32 dst_ip, u8 ip_proto, __be16 src_port,
235 filter->ip_proto = ip_proto;
267 u8 ip_proto, __be16 src_port, __be16 dst_port)
278 filter->ip_proto
219 mlx4_en_filter_alloc(struct mlx4_en_priv *priv, int rxq_index, __be32 src_ip, __be32 dst_ip, u8 ip_proto, __be16 src_port, __be16 dst_port, u32 flow_id) argument
266 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, u8 ip_proto, __be16 src_port, __be16 dst_port) argument
297 u8 ip_proto; local
[all...]
/freebsd-12-stable/sys/dev/sfxge/common/
H A Defx_filter.c449 uint8_t ip_proto; local
457 ip_proto = EFX_IPPROTO_UDP;
460 ip_proto = EFX_IPPROTO_GRE;
485 spec->efs_ip_proto = ip_proto;
/freebsd-12-stable/tools/bus_space/examples/
H A Dam79c900_diag.py91 ('ip_proto', ctypes.c_uint8),
296 pkt.ip_proto = 17
/freebsd-12-stable/contrib/libpcap/
H A Dgencode.c5663 gen_port(compiler_state_t *cstate, int port, int ip_proto, int dir) argument
5686 switch (ip_proto) {
5690 b1 = gen_portop(cstate, port, ip_proto, dir);
5748 gen_port6(compiler_state_t *cstate, int port, int ip_proto, int dir) argument
5755 switch (ip_proto) {
5759 b1 = gen_portop6(cstate, port, ip_proto, dir);
5870 gen_portrange(compiler_state_t *cstate, int port1, int port2, int ip_proto, argument
5878 switch (ip_proto) {
5882 b1 = gen_portrangeop(cstate, port1, port2, ip_proto, dir);
5966 gen_portrange6(compiler_state_t *cstate, int port1, int port2, int ip_proto, argument
[all...]
/freebsd-12-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h20117 uint8_t ip_proto; member in struct:hwrm_cfa_flow_alloc_input
[all...]

Completed in 260 milliseconds