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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_fw.h160 #define fw_divert_port fw_un.fu_divert_port macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.h233 #define fw_divert_port fw_un.fu_divert_port macro
H A Dip6_fw.c458 f->fw_divert_port);
462 f->fw_divert_port);
761 if (f->fw_divert_port == ignport)
786 *cookie = htons(f->fw_divert_port);
788 return(f->fw_divert_port);
1131 if (frwl->fw_divert_port == 0) {
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c259 printf("divert %u", chain->fw_divert_port);
262 printf("tee %u", chain->fw_divert_port);
905 rule.fw_divert_port = strtoul(*av, NULL, 0); av++; ac--;
906 if (rule.fw_divert_port == 0) {
911 rule.fw_divert_port = ntohs(s->s_port);
919 rule.fw_divert_port = strtoul(*av, NULL, 0); av++; ac--;
920 if (rule.fw_divert_port == 0) {
925 rule.fw_divert_port = ntohs(s->s_port);

Completed in 280 milliseconds