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

/freebsd-11-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-11-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-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c95 u8 ip_proto; member in struct:mlx4_en_filter
114 static enum mlx4_net_trans_rule_id mlx4_ip_proto_to_trans_rule_id(u8 ip_proto) argument
116 switch (ip_proto) {
133 .id = mlx4_ip_proto_to_trans_rule_id(filter->ip_proto),
171 filter->ip_proto);
218 __be32 dst_ip, u8 ip_proto, __be16 src_port,
233 filter->ip_proto = ip_proto;
265 u8 ip_proto, __be16 src_port, __be16 dst_port)
276 filter->ip_proto
217 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
264 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
295 u8 ip_proto; local
[all...]
/freebsd-11-stable/tools/bus_space/examples/
H A Dam79c900_diag.py91 ('ip_proto', ctypes.c_uint8),
296 pkt.ip_proto = 17
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_filter.c447 uint8_t ip_proto; local
455 ip_proto = EFX_IPPROTO_UDP;
458 ip_proto = EFX_IPPROTO_GRE;
483 spec->efs_ip_proto = ip_proto;
/freebsd-11-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-11-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 417 milliseconds