Home
last modified time | relevance | path

Searched refs:IPGPC_DPORT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dipgpc.h57 #define IPGPC_DPORT "ipgpc.dport" /* uint16_t */ macro
H A Dfilters.c700 if (nvlist_lookup_uint16(nvlp, IPGPC_DPORT, &filter->dport) != 0) { in ipgpc_parse_filter()
2388 if ((rc = nvlist_add_uint16(nvlp, IPGPC_DPORT, in build_filter_nvlist()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5890 if (strcmp(name, IPGPC_DPORT) == 0) { in readnvpair()