Searched refs:fd_mask (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtypes.h65 typedef long fd_mask; typedef
66 #define NFDBITS (sizeof (fd_mask) * NBBY) /* bits per mask */
72 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c137 fd->fd_mask |= mask;
149 fdesc->fd_mask |= FLOW_IP_PROTOCOL;
179 fdesc->fd_mask |= FLOW_ULP_PORT_LOCAL;
182 fdesc->fd_mask |= FLOW_ULP_PORT_REMOTE;
261 if ((flowdesc->fd_mask &
263 (flowdesc->fd_mask & FLOW_IP_PROTOCOL) == 0)
314 fd->fd_mask |= FLOW_IP_DSFIELD;
360 if (fdesc.fd_mask & FLOW_IP_LOCAL) {
374 } else if (fdesc.fd_mask & FLOW_IP_REMOTE) {
407 if (fdesc.fd_mask
[all...]
H A Dlibdlflow.c193 attr->fi_flow_desc.fd_mask |= FLOW_IP_PROTOCOL;
198 attr->fi_flow_desc.fd_mask |= FLOW_ULP_PORT_LOCAL;
204 attr->fi_flow_desc.fd_mask |= FLOW_ULP_PORT_REMOTE;
243 if (attr->fi_flow_desc.fd_mask & FLOW_IP_DSFIELD)
248 if (attr->fi_flow_desc.fd_mask & FLOW_IP_LOCAL) {
275 if (attr->fi_flow_desc.fd_mask & FLOW_IP_REMOTE) {
302 if (attr->fi_flow_desc.fd_mask & FLOW_IP_PROTOCOL)
306 if (attr->fi_flow_desc.fd_mask & FLOW_ULP_PORT_LOCAL)
310 if (attr->fi_flow_desc.fd_mask & FLOW_ULP_PORT_REMOTE)
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h108 typedef long fd_mask; typedef
124 #define NFDBITS (sizeof (fd_mask) * NBBY) /* bits per mask */
H A Dmac_flow.h76 flow_mask_t fd_mask; member in struct:flow_desc_s
/illumos-gate/usr/src/boot/sys/sys/
H A Dselect.h44 typedef __fd_mask fd_mask; typedef
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c295 mask = flent->fe_flow_desc.fd_mask;
325 if ((*p)->fe_flow_desc.fd_mask !=
326 flent->fe_flow_desc.fd_mask)
419 mask = flent->fe_flow_desc.fd_mask;
1713 ASSERT((fd->fd_mask & FLOW_LINK_VID) != 0 || fd->fd_vid == 0);
1759 if ((fd->fd_mask & FLOW_LINK_DST) == 0 || fd->fd_mac_len == 0)
1762 if ((fd->fd_mask & FLOW_LINK_VID) != 0) {
1785 ASSERT((fd->fd_mask & FLOW_LINK_VID) == 0 && fd->fd_vid == 0);
1867 if ((fd->fd_mask & FLOW_IP_LOCAL) != 0) {
1885 if ((fd->fd_mask
[all...]
H A Dmac_bcast.c370 flow_desc.fd_mask = FLOW_LINK_DST;
373 flow_desc.fd_mask |= FLOW_LINK_VID;
H A Dmac_client.c494 if ((flow_desc.fd_mask & FLOW_LINK_VID) != 0)
786 if ((flow_desc.fd_mask & FLOW_LINK_VID) != 0)
855 ASSERT(flow_desc.fd_mask & FLOW_LINK_DST);
2139 flow_desc.fd_mask = FLOW_LINK_DST;
2142 flow_desc.fd_mask |= FLOW_LINK_VID;
2213 vid = (flow_desc.fd_mask & FLOW_LINK_VID) != 0 ?
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c519 if ((attr->fa_flow_desc.fd_mask & FLOW_ULP_PORT_LOCAL) != 0) {
523 if ((attr->fa_flow_desc.fd_mask & FLOW_ULP_PORT_REMOTE) != 0) {

Completed in 141 milliseconds