Home
last modified time | relevance | path

Searched refs:IS_TCP (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h965 #define IS_TCP(so) (so != NULL && so->so_proto != NULL && so->so_proto->pr_type == SOCK_STREAM && s… macro
973 #define NEED_DGRAM_FLOW_TRACKING(so) (IS_INET(so) && !IS_TCP(so))
/xnu-8020.140.41/bsd/net/
H A Dcontent_filter.c565 #define OPTIONAL_IP_HEADER(so) (!IS_TCP(so) && !IS_UDP(so))