MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pf_match_port

Function pf_match_port

freebsd/netpfil/pf/pf.c:2879–2886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2877}
2878
2879int
2880pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p)
2881{
2882 NTOHS(a1);
2883 NTOHS(a2);
2884 NTOHS(p);
2885 return (pf_match(op, a1, a2, p));
2886}
2887
2888static int
2889pf_match_uid(u_int8_t op, uid_t a1, uid_t a2, uid_t u)

Callers 4

pfioctlFunction · 0.85
pf_normalize_tcpFunction · 0.85
pf_match_translationFunction · 0.85
pf_test_ruleFunction · 0.85

Calls 1

pf_matchFunction · 0.85

Tested by

no test coverage detected