OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip_proto
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-ip.c
331
uint8_t ip_tos, ip_ttl,
ip_proto
;
local
377
ip_proto
= GET_U_1(ip->ip_p);
414
tok2str(ipproto_values, "unknown",
ip_proto
),
415
ip_proto
);
497
if (!ndo->ndo_nflag && (p_name = netdb_protoname(
ip_proto
)) != NULL)
500
ND_PRINT(" ip-proto-%u",
ip_proto
);
print-icmp.c
328
uint8_t
ip_proto
;
local
385
ip_proto
= GET_U_1(oip->ip_p);
386
switch (
ip_proto
) {
406
ip_proto
, dport);
/src/sys/dev/pci/
if_mcx.c
2425
int
ip_proto
;
member in struct:mcx_rss_rule
5991
int ethertype, int
ip_proto
, uint32_t dest)
6035
mbin->cmd_flow_ctx.fc_match_value.mc_ip_proto =
ip_proto
;
7474
flow_index, rss->ethertype, rss->
ip_proto
,
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026