]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/in_pcb.h
xnu-6153.41.3.tar.gz
[apple/xnu.git] / bsd / netinet / in_pcb.h
index a5ec42ab233526acff140e2b515a6e6bc1c1bd56..2ba76a78628836ec6b80cf15995533282eb389d7 100644 (file)
@@ -796,11 +796,6 @@ extern void inpcb_to_xinpcb64(struct inpcb *, struct xinpcb64 *);
 #endif
 
 extern int get_pcblist_n(short, struct sysctl_req *, struct inpcbinfo *);
-#define INPCB_GET_PORTS_USED_WILDCARDOK 0x01
-#define INPCB_GET_PORTS_USED_NOWAKEUPOK 0x02
-#define INPCB_GET_PORTS_USED_RECVANYIFONLY 0x04
-#define INPCB_GET_PORTS_USED_EXTBGIDLEONLY 0x08
-#define INPCB_GET_PORTS_USED_ACTIVEONLY 0x10
 
 extern void inpcb_get_ports_used(u_int32_t, int, u_int32_t, bitstr_t *,
     struct inpcbinfo *);