Home
last modified time | relevance | path

Searched refs:ndp_entry (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/
Dndp.c22 struct ndp_entry { struct
37 static struct ndp_entry ndp_table[NUM_NDP_ENTRIES]; argument
47 static struct ndp_entry *
49 struct ndp_entry *ndp; in ndp_find_entry()
71 struct ndp_entry *ndp; in add_ndp_entry()
105 struct ndp_entry *ndp; in ndp_resolve()
152 struct ndp_entry *ndp; in ndp_process_advert()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_data_transfer.py333 ndp_entry = self._ndp_entry_class(
336 packet_start_offset = ndp_entry.datagram_index
338 ndp_entry.datagram_index + ndp_entry.datagram_length)
340 if ndp_entry.datagram_index and ndp_entry.datagram_length:
344 self.ndp_entries.append(ndp_entry)