Home
last modified time | relevance | path

Searched defs:ll_protocol (Results 1 – 10 of 10) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h92 struct ll_protocol { struct
94 const char *name;
105 int ( * push ) ( struct net_device *netdev, struct io_buffer *iobuf,
118 int ( * pull ) ( struct net_device *netdev, struct io_buffer *iobuf,
127 void ( * init_addr ) ( const void *hw_addr, void *ll_addr );
140 const char * ( * ntoa ) ( const void *ll_addr );
149 int ( * mc_hash ) ( unsigned int af, const void *net_addr,
157 int ( * eth_addr ) ( const void *ll_addr, void *eth_addr );
162 uint16_t ll_proto;
164 uint8_t hw_addr_len;
[all …]
/external/syslinux/gpxe/src/net/
Darp.c46 struct ll_protocol *ll_protocol; member
78 arp_find_entry ( struct ll_protocol *ll_protocol, in arp_find_entry()
116 struct ll_protocol *ll_protocol = netdev->ll_protocol; in arp_resolve() local
202 struct ll_protocol *ll_protocol; in arp_rx() local
Dndp.c26 struct ll_protocol *ll_protocol; member
104 struct ll_protocol *ll_protocol = netdev->ll_protocol; in ndp_resolve() local
Dicmpv6.c32 struct ll_protocol *ll_protocol = netdev->ll_protocol; in icmp6_send_solicit() local
Dnetdevice.c534 struct ll_protocol *ll_protocol = netdev->ll_protocol; in net_tx() local
591 struct ll_protocol *ll_protocol; in net_step() local
Dipv4.c272 struct ll_protocol *ll_protocol = netdev->ll_protocol; in ipv4_ll_addr() local
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_undi.c99 struct ll_protocol *ll_protocol = pxe_netdev->ll_protocol; in pxe_dump_mcast_list() local
228 struct ll_protocol *ll_protocol = pxe_netdev->ll_protocol; in pxenv_undi_transmit() local
361 struct ll_protocol *ll_protocol = pxe_netdev->ll_protocol; in pxenv_undi_set_station_address() local
414 struct ll_protocol *ll_protocol = pxe_netdev->ll_protocol; in pxenv_undi_get_information() local
518 struct ll_protocol *ll_protocol = pxe_netdev->ll_protocol; in pxenv_undi_get_mcast_address() local
645 struct ll_protocol *ll_protocol; in pxenv_undi_isr() local
/external/syslinux/gpxe/src/interface/efi/
Defi_snp.c122 struct ll_protocol *ll_protocol = netdev->ll_protocol; in efi_snp_set_mode() local
320 struct ll_protocol *ll_protocol = snpdev->netdev->ll_protocol; in efi_snp_station_address() local
398 struct ll_protocol *ll_protocol = snpdev->netdev->ll_protocol; in efi_snp_mcast_ip_to_mac() local
531 struct ll_protocol *ll_protocol = snpdev->netdev->ll_protocol; in efi_snp_transmit() local
648 struct ll_protocol *ll_protocol = snpdev->netdev->ll_protocol; in efi_snp_receive() local
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dibft.c255 struct ll_protocol *ll_protocol = netdev->ll_protocol; in ibft_fill_nic() local
/external/syslinux/gpxe/src/net/udp/
Ddhcp.c990 struct ll_protocol *ll_protocol = netdev->ll_protocol; in dhcp_chaddr() local