Searched refs:fragment (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_inet.c197 mac_netinet_fragment(struct mbuf *datagram, struct mbuf *fragment) argument
202 fragmentlabel = mac_mbuf_to_label(fragment);
204 MAC_PERFORM(netinet_fragment, datagram, datagramlabel, fragment,
209 mac_ipq_label_associate(struct mbuf *fragment, struct ipq *ipq) argument
213 label = mac_mbuf_to_label(fragment);
215 MAC_PERFORM(ipq_label_associate, fragment, label, ipq, ipq->ipq_label);
230 mac_ipq_label_compare(struct mbuf *fragment, struct ipq *ipq) argument
235 label = mac_mbuf_to_label(fragment);
238 MAC_BOOLEAN(ipq_label_compare, &&, fragment, label, ipq, ipq->ipq_label);
264 mac_ipq_label_update(struct mbuf *fragment, struc argument
[all...]
H A Dmac_framework.h236 void mac_ipq_label_associate(struct mbuf *fragment, struct ipq *ipq);
237 int mac_ipq_label_compare(struct mbuf *fragment, struct ipq *ipq);
240 void mac_ipq_label_update(struct mbuf *fragment, struct ipq *ipq);
283 void mac_netinet_fragment(struct mbuf *datagram, struct mbuf *fragment);
H A Dmac_policy.h1286 @param fragment First received IP fragment
1287 @param fragmentlabel Policy label for fragment
1292 the mbuf header of the first received fragment.
1295 struct mbuf *fragment,
1302 @param fragment IP datagram fragment
1303 @param fragmentlabel Policy label for fragment
1304 @param ipq IP fragment reassembly queue
1308 (fragment) fragmen
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c1143 char action2[40], proto[48], fragment[28]; local
1145 fragment[0] = '\0';
1300 snprintf(SNPARGS(fragment, 0), " (frag %d:%d@%d%s)",
1313 fragment));
1319 action, proto, fragment));
2045 * offset The offset of a fragment. offset != 0 means that
2046 * we have a fragment at this offset of an IPv4 packet.
2048 * this is the first or only fragment.
/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c110 #define PFFRAG_SEENLAST 0x0001 /* Seen the last fragment for this */
111 #define PFFRAG_NOBUFFER 0x0002 /* Non-buffering fragment cache */
120 u_int8_t fr_p; /* protocol of this fragment */
122 u_int16_t fr_max; /* fragment data max */
487 /* Removes a fragment from the fragment queue and frees the fragment */
546 /* We do not have a previous fragment */
552 * Find a fragment after the current one:
597 /* This fragment i
[all...]

Completed in 200 milliseconds