Searched defs:arp (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Darp.c34 #include <ipxe/arp.h>
86 * @ret arp ARP cache entry, or NULL if allocation failed
92 struct arp_entry *arp; local
95 arp = zalloc ( sizeof ( *arp ) );
96 if ( ! arp )
100 arp->netdev = netdev_get ( netdev );
101 arp->net_protocol = net_protocol;
102 memcpy ( arp->net_dest, net_dest,
104 memcpy ( arp
131 struct arp_entry *arp; local
155 arp_destroy( struct arp_entry *arp, int rc ) argument
207 struct arp_entry *arp; local
239 arp_update( struct arp_entry *arp, const void *ll_dest ) argument
279 struct arp_entry *arp = container_of ( timer, struct arp_entry, timer ); local
365 struct arp_entry *arp; local
466 struct arp_entry *arp; local
490 struct arp_entry *arp; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c679 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) argument
695 arp->ctr_contents = ap->cta_contents;
696 arp->ctr_index = ap->cta_index;
697 arp->ctr_nelems = ap->cta_nelems;
H A Dctf_create.c647 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) argument
652 if (arp == NULL)
660 dtd->dtd_u.dtu_arr = *arp;
666 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp) argument
677 dtd->dtd_u.dtu_arr = *arp;

Completed in 329 milliseconds