HomeSort by relevance Sort by last modified time
    Searched refs:dnet_num (Results 1 - 2 of 2) sorted by null

  /external/iproute2/lib/
dnet_pton.c 20 static int dnet_num(const char *src, u_int16_t * dst) function
46 pos = dnet_num(src, &area);
49 pos = dnet_num(src + pos + 1, &node);
  /external/libnl/lib/
addr.c 115 static int dnet_num(const char *src, uint16_t * dst) function
140 pos = dnet_num(src, &area);
145 pos = dnet_num(src + pos + 1, &node);

Completed in 38 milliseconds