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

/freebsd-current/contrib/tcpdump/
H A Dprint-ip.c328 uint8_t ip_tos, ip_ttl, ip_proto; local
389 ip_proto = GET_U_1(ip->ip_p);
426 tok2str(ipproto_values, "unknown", ip_proto),
427 ip_proto);
506 if (!ndo->ndo_nflag && (p_name = netdb_protoname(ip_proto)) != NULL)
509 ND_PRINT(" ip-proto-%u", ip_proto);
H A Dprint-icmp.c324 uint8_t ip_proto; local
381 ip_proto = GET_U_1(oip->ip_p);
382 switch (ip_proto) {
402 ip_proto, dport);
/freebsd-current/stand/libsa/
H A Dip.c73 uint8_t ip_proto; member in struct:ip_reasm
292 ipr->ip_proto == ip->ip_p)
306 ipr->ip_proto = ip->ip_p;
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c98 u8 ip_proto; member in struct:mlx4_en_filter
117 static enum mlx4_net_trans_rule_id mlx4_ip_proto_to_trans_rule_id(u8 ip_proto) argument
119 switch (ip_proto) {
136 .id = mlx4_ip_proto_to_trans_rule_id(filter->ip_proto),
174 filter->ip_proto);
221 __be32 dst_ip, u8 ip_proto, __be16 src_port,
236 filter->ip_proto = ip_proto;
268 u8 ip_proto, __be16 src_port, __be16 dst_port)
279 filter->ip_proto
220 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
267 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
298 u8 ip_proto; local
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Defx_filter.c467 uint8_t ip_proto; local
475 ip_proto = EFX_IPPROTO_UDP;
478 ip_proto = EFX_IPPROTO_GRE;
503 spec->efs_ip_proto = ip_proto;
/freebsd-current/tools/bus_space/examples/
H A Dam79c900_diag.py90 ('ip_proto', ctypes.c_uint8),
295 pkt.ip_proto = 17
/freebsd-current/contrib/libpcap/
H A Dgencode.c5697 gen_port(compiler_state_t *cstate, u_int port, int ip_proto, int dir) argument
5720 switch (ip_proto) {
5724 b1 = gen_portop(cstate, port, (u_int)ip_proto, dir);
5782 gen_port6(compiler_state_t *cstate, u_int port, int ip_proto, int dir) argument
5789 switch (ip_proto) {
5793 b1 = gen_portop6(cstate, port, (u_int)ip_proto, dir);
5904 gen_portrange(compiler_state_t *cstate, u_int port1, u_int port2, int ip_proto, argument
5912 switch (ip_proto) {
5916 b1 = gen_portrangeop(cstate, port1, port2, (bpf_u_int32)ip_proto,
6001 gen_portrange6(compiler_state_t *cstate, u_int port1, u_int port2, int ip_proto, argument
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h48642 uint8_t ip_proto; member in struct:hwrm_cfa_flow_alloc_input
[all...]

Completed in 912 milliseconds