OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_DF
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/sys/net/npf/
npf_ext_normalize.c
75
/* IP ID randomisation and
IP_DF
flag cleansing. */
122
/*
IP_DF
flag cleansing. */
123
if (np->n_no_df && (ip_off & htons(
IP_DF
)) != 0) {
124
uint16_t nip_off = ip_off & ~htons(
IP_DF
);
npf_inet.c
452
if (ip->ip_off & ~htons(
IP_DF
| IP_RF)) {
/src/sys/arch/mvme68k/stand/sboot/
etherfun.h
78
#define
IP_DF
0x4000 /* dont fragment flag */
etherfun.c
119
iph->ip_off =
IP_DF
;
/src/sys/netinet/
ip.h
66
#define
IP_DF
0x4000 /* dont fragment flag */
ip_output.c
623
ip->ip_off |= htons(
IP_DF
);
769
if (ntohs(ip->ip_off) &
IP_DF
) {
854
ipflg = ntohs(ip->ip_off) & (IP_RF|
IP_DF
|IP_MF);
ip_icmp.c
277
if (oip->ip_off &~ htons(IP_MF|
IP_DF
))
ip_mroute.c
2910
*
IP_DF
bit.
2913
if (ntohs(ip->ip_off) &
IP_DF
)
2914
ip_outer->ip_off |= htons(
IP_DF
);
ip_input.c
755
if (ip->ip_off & ~htons(
IP_DF
|IP_RF)) {
ip_carp.c
1084
ip->ip_off = htons(
IP_DF
);
/src/sys/net/
ether_sw_offload.c
269
if (ntohs(ip->ip_off) & ~(
IP_DF
| IP_RF))
/src/sys/netipsec/
ipsec_output.c
537
* Collect
IP_DF
state from the outer header.
541
/* Honor system-wide control of how to handle
IP_DF
*/
550
setdf = htons(setdf &
IP_DF
);
591
* ipip_output clears
IP_DF
in the new header. If
592
* we need to propagate
IP_DF
from the outer header,
604
ip->ip_off |= htons(
IP_DF
);
613
* (necessary to deal with
IP_DF
handling for IPv4).
xform_ipip.c
393
ipo->ip_off &= ~ htons(
IP_DF
| IP_MF | IP_OFFMASK);
xform_ah.c
324
ip->ip_off &= htons(
IP_DF
);
/src/sys/netmpls/
mpls_ttl.c
191
if (oip->ip_off &~ htons(IP_MF|
IP_DF
))
/src/sys/dist/pf/net/
pf_norm.c
907
/* Clear
IP_DF
if the rule uses the no-df option */
908
if (r->rule_flag & PFRULE_NODF && h->ip_off & htons(
IP_DF
)) {
911
h->ip_off &= htons(~
IP_DF
);
920
* with
IP_DF
to enter the cache. If the flag was cleared by
923
if (h->ip_off & htons(
IP_DF
)) {
924
DPFPRINTF(("
IP_DF
\n"));
1030
/* At this point, only
IP_DF
is allowed in ip_off */
1031
if (h->ip_off & ~htons(
IP_DF
)) {
1034
h->ip_off &= htons(
IP_DF
);
pf_osfp.c
149
if (ip->ip_off & htons(
IP_DF
))
if_pfsync.c
1590
ip->ip_off = htons(
IP_DF
);
pf.c
1800
h->ip_off = htons(ip_mtudisc ?
IP_DF
: 0);
5401
if (ip->ip_off & htons(
IP_DF
)) {
/src/sys/kern/
uipc_mbufdebug.c
592
if (offset &
IP_DF
)
593
(*pr)("IP: Flag 0x%04x (don't fragment)\n",
IP_DF
);
/src/usr.sbin/traceroute/
traceroute.c
513
off =
IP_DF
;
592
off =
IP_DF
;
/src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c
865
ip->ip_off = htons(ip_mtudisc ?
IP_DF
: 0);
1274
if (ip_off &
IP_DF
) {
/src/sbin/ping/
ping.c
572
opack_ip->ip_off = (pingflags & F_DF) ?
IP_DF
: 0;
/src/sys/dev/pci/
if_ena.c
2729
if ((ip->ip_off & htons(
IP_DF
)) != 0)
/src/sys/dev/hyperv/
if_hvn.c
1303
* -
IP_DF
is not set in the IP hdr.
1309
!(ntohs(ip->ip_off) &
IP_DF
)) {
Completed in 238 milliseconds
1
2
Indexes created Thu Oct 02 10:09:58 GMT 2025