Searched refs:pkt_offset (Results 1 – 4 of 4) sorted by relevance
/external/iw/ |
D | coalesce.c | 26 int patnum = 0, pkt_offset, err = 1; in handle_coalesce_enable() local 108 pkt_offset = 0; in handle_coalesce_enable() 113 pkt_offset = strtoul(value1, &eptr, 10); in handle_coalesce_enable() 126 pkt_offset); in handle_coalesce_enable() 238 int i, patlen, masklen, pkt_offset; in print_coalesce_handler() local 252 pkt_offset = nla_get_u32(patattr[NL80211_PKTPAT_OFFSET]); in print_coalesce_handler() 257 printf(" * packet offset: %d", pkt_offset); in print_coalesce_handler()
|
D | wowlan.c | 213 int patnum = 0, pkt_offset; in handle_wowlan_enable() local 275 pkt_offset = 0; in handle_wowlan_enable() 278 pkt_offset = strtoul(value1, &eptr, 10); in handle_wowlan_enable() 295 pkt_offset); in handle_wowlan_enable() 449 int pkt_offset = in print_wowlan_handler() local 451 printf(" * wake up on packet offset: %d", pkt_offset); in print_wowlan_handler()
|
/external/syslinux/gpxe/src/drivers/net/phantom/ |
D | phantom_hw.h | 52 pseudo_bit_t pkt_offset[5]; /**< Offset to packet start */ member
|
D | phantom.c | 1326 iob_pull ( iobuf, NX_GET ( sds, pkt_offset ) ); in phantom_poll()
|