Searched refs:addr_type (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h72 u_int8_t addr_type; /* 4 = ipv4, 6 = ipv6, 1=ether ? */ member in struct:ip_flow_id
79 #define IS_IP6_FLOW_ID(id) ((id)->addr_type == 6)
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.c537 int addr_type; local
685 addr_type = DIRECT_ADDR;
701 addr_type = BRT_ENTRY;
708 addr_type = BRIDGE_ADDR;
743 switch (addr_type) {
1134 int ddp_router_output(mp, ifID, addr_type, router_net, router_node, enet_addr)
1137 int addr_type;
1181 switch (addr_type) {
H A Dddp.h225 int addr_type,
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5290 dnflow.fwa_id.addr_type = 4;
5295 dnflow.fwa_id.addr_type = 6;

Completed in 85 milliseconds