Searched refs:ifunit_extract (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule.c | 681 if (ifunit_extract(ifname, buf, sizeof(buf), &unit) < 0) { in inet_traffic_rule_validate()
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | if_var_private.h | 1536 extern int ifunit_extract(const char *src, char *__counted_by(dstlen)dst, size_t dstlen, int *unit);
|
| H A D | if.c | 1761 ifunit_extract(const char *src0, char *__counted_by(dstlen)dst, size_t dstlen, int *unit) in ifunit_extract() function 1819 if (ifunit_extract(name, namebuf, sizeof(namebuf), &unit) < 0) { in ifunit_common()
|