Home
last modified time | relevance | path

Searched defs:snp (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/interface/efi/
Defi_snp.c51 EFI_SIMPLE_NETWORK_PROTOCOL snp; member
173 efi_snp_start ( EFI_SIMPLE_NETWORK_PROTOCOL *snp ) { in efi_snp_start()
190 efi_snp_stop ( EFI_SIMPLE_NETWORK_PROTOCOL *snp ) { in efi_snp_stop()
209 efi_snp_initialize ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, in efi_snp_initialize()
237 efi_snp_reset ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, BOOLEAN ext_verify ) { in efi_snp_reset()
265 efi_snp_shutdown ( EFI_SIMPLE_NETWORK_PROTOCOL *snp ) { in efi_snp_shutdown()
288 efi_snp_receive_filters ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, UINT32 enable, in efi_snp_receive_filters()
316 efi_snp_station_address ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, BOOLEAN reset, in efi_snp_station_address()
349 efi_snp_statistics ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, BOOLEAN reset, in efi_snp_statistics()
394 efi_snp_mcast_ip_to_mac ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, BOOLEAN ipv6, in efi_snp_mcast_ip_to_mac()
[all …]
/external/netperf/src/
Dnettest_sctp.c226 union sctp_notification *snp; in sctp_process_event() local