Searched refs:tp_append (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/mac/ |
H A D | mac_parsing.c | 98 tp_append(test_pkt_t *tp, const void *bytes, size_t sz) in tp_append() function 124 tp_append(tp, &hdr_ether, sizeof (hdr_ether)); in append_ether() 136 tp_append(tp, &hdr_ip, sizeof (hdr_ip)); in append_ip4() 146 tp_append(tp, &hdr_ip6, sizeof (hdr_ip6)); in append_ip6() 155 tp_append(tp, &hdr_tcp, sizeof (hdr_tcp)); in append_tcp() 216 tp_append(tp, &hdr_ip, sizeof (hdr_ip)); in build_frag_v4() 269 tp_append(tp, &hdr_ip6, sizeof (hdr_ip6)); in build_frag_v6() 270 tp_append(tp, &eh_route, sizeof (eh_route)); in build_frag_v6() 271 tp_append(tp, &eh_frag, sizeof (eh_frag)); in build_frag_v6() 272 tp_append(tp, &eh_dstopts, sizeof (eh_dstopts)); in build_frag_v6() [all …]
|