OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iptos
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libpcap/dist/testprogs/
findalldevstest.c
24
static char *
iptos
(bpf_u_int32 in);
179
printf("Preferred device is on network: %s/%s\n",
iptos
(net),
iptos
(mask));
322
static char *
iptos
(bpf_u_int32 in)
function
/src/crypto/external/bsd/openssh/dist/
misc.c
1938
iptos2str(int
iptos
)
1944
if (ipqos[i].value ==
iptos
)
1947
snprintf(iptos_str, sizeof iptos_str, "0x%02x",
iptos
);
/src/sys/netinet/
tcp_input.c
1211
uint8_t
iptos
;
local
1285
iptos
= ip->ip_tos;
1317
iptos
= (ntohl(ip6->ip6_flow) >> 20) & 0xff;
1747
switch (
iptos
& IPTOS_ECN_MASK) {
Completed in 22 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026