Home
last modified time | relevance | path

Searched refs:enet_dst (Results 1 – 21 of 21) sorted by relevance

/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/test/Ethernet/
H A Dpoink.c45 u_char enet_dst[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
128 libnet_build_ethernet(enet_dst, enet_src, ETHERTYPE_ARP, NULL, 0, buf); in send_arp()
140 enet_dst, in send_arp()
H A Darp.c92 libnet_build_ethernet(enet_dst, enet_src, ETHERTYPE_ARP, NULL, 0, buf); in send_arp()
104 enet_dst, in send_arp()
H A Dicmp_mask.c110 libnet_build_ethernet(enet_dst, enet_src, ETHERTYPE_IP, NULL, 0, buf); in send_icmp()
H A Dtcp.c133 libnet_build_ethernet(enet_dst, enet_src, ETHERTYPE_IP, NULL, 0, buf); in send_tcp()
/dports/net/nast/nast-0.2.0/
H A Dprom.c26 u_char enet_dst[6] = in psearch() local
125 enet_src, (u_char *)&ip_src, enet_dst, (u_char *)&ip_dst, in psearch()
135 enet_src, (u_char *)&ip_src, enet_dst, uphost[i].ip, in psearch()
142 if (libnet_build_ethernet(enet_dst, enet_src, ETHERTYPE_ARP, NULL, 0, l, 0)==-1) in psearch()
H A Dmap.c45 u_char enet_dst[6] = /* broadcast */ variable
378 (u_char *)&ip_src, enet_dst, ip_dst, NULL, 0, l, ptag)) == -1) in send_arp()
386 if (libnet_build_ethernet(enet_dst, enet_src, ETHERTYPE_ARP, NULL, 0, l, 0)==-1) in send_arp()
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/src/
H A Darp.c60 u_char *enet_dst="\xff\xff\xff\xff\xff\xff"; in send_arp_request() local
89 enet_dst, /* broadcast ethernet address */ in send_arp_request()
104 enet_dst, /* target's ethernet address (broadcast) */ in send_arp_request()
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/util/Get-mac/
H A Dget_mac.c44 u_char enet_dst[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
168 enet_dst, /* broadcast ethernet address */ in libnet_do_arp()
186 enet_dst, /* target's ethernet address (broadcast) */ in libnet_do_arp()
/dports/net/libnet/libnet-1.1.6/sample/
H A Darp.c83 enet_dst, /* target hardware addr */ in main()
96 enet_dst, /* ethernet destination */ in main()
H A Dtest_ipv4.c91 uint8_t enet_dst[6] = {0x22, 0x22, 0x22, 0x22, 0x22, 0x22}; in main() local
122 enet_dst, /* ethernet destination */ in main()
H A Ddhcp_discover.c72 u_char enet_dst[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in main() local
226 enet_dst, /* ethernet destination */ in main()
H A Dtest_ipv4_options.c122 uint8_t enet_dst[6] = {0x22, 0x22, 0x22, 0x22, 0x22, 0x22}; in build_ethernet() local
125 enet_dst, /* ethernet destination */ in build_ethernet()
H A Dlibnet_test.h30 u_char enet_dst[6] = {0x00, 0x10, 0x67, 0x00, 0xb1, 0x86}; variable
H A Disl.c99 enet_dst, /* target hardware addr */ in main()
H A Dicmp_timeexceed.c150 enet_dst, /* ethernet destination */ in main()
H A Dicmp_redirect.c160 enet_dst, /* ethernet destination */ in main()
H A Dicmp_unreach.c161 enet_dst, /* ethernet destination */ in main()
H A Dtcp1.c179 enet_dst, /* ethernet destination */ in main()
H A Dmpls.c209 enet_dst, /* ethernet destination */ in main()
H A Dudp2.c174 enet_dst, /* ethernet dest */ in main()
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/test/
H A Dlibnet_test.h16 u_char enet_dst[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable