Lines Matching full:fine
116 #define SS_NOFDREF 0x001 /* no file table ref any more */
117 #define SS_ISCONNECTED 0x002 /* socket connected to a peer */
118 #define SS_ISCONNECTING 0x004 /* in process of connecting to peer */
119 #define SS_ISDISCONNECTING 0x008 /* in process of disconnecting */
120 #define SS_CANTSENDMORE 0x010 /* can't send more data to peer */
121 #define SS_CANTRCVMORE 0x020 /* can't receive more data from peer */
122 #define SS_RCVATMARK 0x040 /* at mark on input */
124 #define SS_PRIV 0x080 /* privileged */
125 #define SS_NBIO 0x100 /* non-blocking ops */
126 #define SS_ASYNC 0x200 /* async i/o notify */
228 #define SB_LOCK 0x01 /* lock on data queue (so_rcv only) */
229 #define SB_WANT 0x02 /* someone is waiting to lock */
230 #define SB_WAIT 0x04 /* someone is waiting for data/space */
231 #define SB_SEL 0x08 /* buffer is selected */
232 #define SB_COLL 0x10 /* collision selecting */
339 #define PR_ATOMIC 0x01 /* exchange atomic messages only */
340 #define PR_ADDR 0x02 /* addresses given with messages */
341 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */
342 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */
343 #define PR_RIGHTS 0x10 /* passes capabilities */
427 #define ifa_broadaddr ifa_ifu.ifu_broadaddr /* broadcast address */
428 #define ifa_dstaddr ifa_ifu.ifu_dstaddr /* other end of p-to-p link */
446 #define IFF_UP 0x1 /* interface is up */
447 #define IFF_BROADCAST 0x2 /* broadcast is possible */
448 #define IFF_DEBUG 0x4 /* turn on debugging */
449 #define IFF_LOOPBACK 0x8 /* is a loopback net */
450 #define IFF_POINTOPOINT 0x10 /* interface is point-to-point link */
451 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */
452 #define IFF_RUNNING 0x40 /* resources allocated */
453 #define IFF_NOARP 0x80 /* no address resolution protocol */
512 #define IFRW_W 0x01 /* is a transmit buffer */
530 #define ifw_addr ifrw.ifrw_addr
531 #define ifw_bdp ifrw.ifrw_bdp
532 #define ifw_flags ifrw.ifrw_flags
533 #define ifw_info ifrw.ifrw_info
534 #define ifw_proto ifrw.ifrw_proto
535 #define ifw_mr ifrw.ifrw_mr
547 #define ifu_uban ifu_info.iff_uban
548 #define ifu_hlen ifu_info.iff_hlen
549 #define ifu_uba ifu_info.iff_uba
550 #define ifu_flags ifu_info.iff_flags
551 #define ifu_w ifu_xmt.ifrw
552 #define ifu_xtofree ifu_xmt.ifw_xtofree