| /NextBSD/sys/compat/linuxkpi/common/src/ |
| HD | linux_idr.c | 65 idr_pos(int id, int layer) in idr_pos() argument 67 return (id >> (IDR_BITS * layer)) & IDR_MASK; in idr_pos() 93 idr_remove_layer(struct idr_layer *il, int layer) in idr_remove_layer() argument 99 if (layer == 0) { in idr_remove_layer() 105 idr_remove_layer(il->ary[i], layer - 1); in idr_remove_layer() 123 int layer; in idr_remove() local 129 layer = idr->layers - 1; in idr_remove() 138 while (layer && il) { in idr_remove() 139 idx = idr_pos(id, layer); in idr_remove() 142 layer--; in idr_remove() [all …]
|
| /NextBSD/usr.sbin/ppp/ |
| HD | link.c | 251 int layer; in link_PushPacket() local 264 for (layer = l->nlayers; layer && bp; layer--) in link_PushPacket() 265 if (l->layer[layer - 1]->push != NULL) in link_PushPacket() 266 bp = (*l->layer[layer - 1]->push)(b, l, bp, pri, &proto); in link_PushPacket() 280 int layer; in link_PullPacket() local 300 layer = 0; in link_PullPacket() 302 while (layer || lbp[layer]) { in link_PullPacket() 303 if (lbp[layer] == NULL) { in link_PullPacket() 304 layer--; in link_PullPacket() 307 bp = lbp[layer]; in link_PullPacket() [all …]
|
| HD | link.h | 57 struct layer const *layer[LAYER_MAX]; /* i/o layers */ member 74 extern int link_Stack(struct link *, struct layer *);
|
| HD | lqr.c | 421 int len, layer; in lqr_LayerPush() local 451 for (layer = 0; layer < l->nlayers; layer++) in lqr_LayerPush() 452 switch (l->layer[layer]->type) { in lqr_LayerPush() 463 layer = l->nlayers; in lqr_LayerPush() 473 l->layer[layer]->name); in lqr_LayerPush() 532 struct layer lqrlayer = { LAYER_LQR, "lqr", lqr_LayerPush, lqr_LayerPull };
|
| HD | sync.h | 29 extern struct layer synclayer;
|
| HD | tcpmss.h | 29 extern struct layer tcpmsslayer;
|
| HD | acf.h | 33 extern struct layer acflayer;
|
| HD | vjcomp.h | 36 extern struct layer vjlayer;
|
| HD | nat_cmd.h | 42 extern struct layer natlayer;
|
| /NextBSD/contrib/wpa/hostapd/logwatch/ |
| HD | hostapd | 29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) { 34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++; 45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) { 46 print " $layer:\n"; 47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) { 49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
|
| /NextBSD/sys/dev/pms/freebsd/driver/ini/src/ |
| HD | osapi.c | 582 ostiEnter(tiRoot_t *ptiRoot, U32 layer, int io) in ostiEnter() argument 587 BUG_ON((io != 0 && io != 1) || (layer != 0 && layer != 1 && layer != 2)); in ostiEnter() 593 BUG_ON(pCard->callLevel[io] >= sizeof(pCard->layer[0]) / in ostiEnter() 594 sizeof(pCard->layer[0][0])); in ostiEnter() 597 unsigned int prev_layer = pCard->layer[io][pCard->callLevel[io] - 1]; in ostiEnter() 602 pCard->enterCycles[io][layer] = cycles; in ostiEnter() 603 pCard->layer[io][pCard->callLevel[io]] = layer; in ostiEnter() 610 ostiLeave(tiRoot_t *ptiRoot, U32 layer, int io) in ostiLeave() argument 615 BUG_ON((io != 0 && io != 1) || (layer != 0 && layer != 1 && layer != 2)); in ostiLeave() 624 BUG_ON(pCard->layer[io][pCard->callLevel[io]] != layer); in ostiLeave() [all …]
|
| /NextBSD/sys/netsmb/ |
| HD | smb_rq.c | 55 static int smb_rq_getenv(struct smb_connobj *layer, 61 smb_rq_alloc(struct smb_connobj *layer, u_char cmd, struct smb_cred *scred, in smb_rq_alloc() argument 70 error = smb_rq_init(rqp, layer, cmd, scred); in smb_rq_alloc() 83 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd, in smb_rq_init() argument 90 error = smb_rq_getenv(layer, &rqp->sr_vc, &rqp->sr_share); in smb_rq_init() 278 smb_rq_getenv(struct smb_connobj *layer, in smb_rq_getenv() argument 286 switch (layer->co_level) { in smb_rq_getenv() 288 vcp = CPTOVC(layer); in smb_rq_getenv() 289 if (layer->co_parent == NULL) { in smb_rq_getenv() 296 ssp = CPTOSS(layer); in smb_rq_getenv() [all …]
|
| HD | smb_rq.h | 128 int smb_rq_alloc(struct smb_connobj *layer, u_char cmd, 130 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd, 142 int smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred, 144 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer, u_short setup,
|
| /NextBSD/contrib/ofed/libibverbs/fixes/ |
| HD | rocee_kernel_accept_link_layer.patch | 1 [PATCHv7 2/4] libibverbs: change kernel API to accept link layer 3 Modify the code to allow passing the link layer of a port from kernel to user. 35 +uint8_t link_layer; /* link layer protocol of the port */
|
| HD | rocee_link_layer.patch | 1 [PATCHv7 1/4] libibverbs: Add link layer field to ibv_port_attr 5 applications to know the link layer used by the port, which can be either 9 determine the link layer as IB while old applications with new a new library do
|
| /NextBSD/sys/dev/ixgbe/ |
| HD | if_ix.c | 1717 int layer; in ixgbe_media_status() local 1732 layer = adapter->phy_layer; in ixgbe_media_status() 1734 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_T || in ixgbe_media_status() 1735 layer & IXGBE_PHYSICAL_LAYER_1000BASE_T || in ixgbe_media_status() 1736 layer & IXGBE_PHYSICAL_LAYER_100BASE_TX) in ixgbe_media_status() 1748 if (layer & IXGBE_PHYSICAL_LAYER_SFP_PLUS_CU || in ixgbe_media_status() 1749 layer & IXGBE_PHYSICAL_LAYER_SFP_ACTIVE_DA) in ixgbe_media_status() 1755 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_LR) in ixgbe_media_status() 1764 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_LRM) in ixgbe_media_status() 1773 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_SR || in ixgbe_media_status() [all …]
|
| HD | if_ixgbe.c | 1695 int layer; in ixgbe_add_media_types() local 1697 layer = adapter->phy_layer = ixgbe_get_supported_physical_layer(hw); in ixgbe_add_media_types() 1700 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_T) in ixgbe_add_media_types() 1702 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_T) in ixgbe_add_media_types() 1704 if (layer & IXGBE_PHYSICAL_LAYER_100BASE_TX) in ixgbe_add_media_types() 1707 if (layer & IXGBE_PHYSICAL_LAYER_SFP_PLUS_CU || in ixgbe_add_media_types() 1708 layer & IXGBE_PHYSICAL_LAYER_SFP_ACTIVE_DA) in ixgbe_add_media_types() 1711 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_LR) in ixgbe_add_media_types() 1713 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_SR) in ixgbe_add_media_types() 1715 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_CX4) in ixgbe_add_media_types() [all …]
|
| /NextBSD/crypto/openssh/ |
| HD | PROTOCOL | 19 This is a new transport-layer MAC method using the UMAC algorithm 27 This transport-layer compression method uses the zlib compression 176 OpenSSH supports layer 2 and layer 3 tunnelling via the "tun@openssh.com" 191 layer 2 frames or layer 3 packets. It may take one of the following values: 193 SSH_TUNMODE_POINTOPOINT 1 /* layer 3 packets */ 194 SSH_TUNMODE_ETHERNET 2 /* layer 2 frames */ 212 The contents of the "data" field for layer 3 packets is: 225 without any link layer header. 227 The contents of the "data" field for layer 2 packets is:
|
| HD | README.tun | 6 layer 2 or 3 traffic. 35 following configuration in /etc/hostname.tun0 to set up the layer 3 40 OpenBSD also supports layer 2 tunneling over the tun device by adding 84 combination with layer 2 tunneling and Ethernet bridging.
|
| /NextBSD/contrib/libpcap/ |
| HD | CHANGES | 3 Don't crash on filters testing a non-existent link-layer type 43 used for link-layer filtering. (Wireshark bug 9376) 52 Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A 95 Add new link-layer type for NFC Forum LLCP. 121 Add some new link-layer header types. 141 Add a link-layer header type for STANAG 5066 D_PDUs. 142 Add a link-layer type for a variant of 3GPP TS 27.010. 144 Add a link-layer type for DVB-CI. 214 Hyphenate "link-layer" everywhere 236 Add link-layer types for Fibre Channel FC-2 [all …]
|
| /NextBSD/sys/dev/ow/ |
| HD | README.txt | 12 device, which implements the own(9) interface (n for network, the layer 13 described in the AN927). The presentation layer and above is the
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | animation | 409 >2 byte&0xF0 0x10 MPEG ADTS, layer III, v1, 32 kbps 411 >2 byte&0xF0 0x20 MPEG ADTS, layer III, v1, 40 kbps 413 >2 byte&0xF0 0x30 MPEG ADTS, layer III, v1, 48 kbps 415 >2 byte&0xF0 0x40 MPEG ADTS, layer III, v1, 56 kbps 417 >2 byte&0xF0 0x50 MPEG ADTS, layer III, v1, 64 kbps 419 >2 byte&0xF0 0x60 MPEG ADTS, layer III, v1, 80 kbps 421 >2 byte&0xF0 0x70 MPEG ADTS, layer III, v1, 96 kbps 423 >2 byte&0xF0 0x80 MPEG ADTS, layer III, v1, 112 kbps 425 >2 byte&0xF0 0x90 MPEG ADTS, layer III, v1, 128 kbps 427 >2 byte&0xF0 0xA0 MPEG ADTS, layer III, v1, 160 kbps [all …]
|
| /NextBSD/sys/netinet/ |
| HD | if_ether.c | 632 char *layer; in arpintr() local 657 layer = ""; in arpintr() 661 layer = "ethernet"; in arpintr() 665 layer = "fddi"; in arpintr() 669 layer = "arcnet"; in arpintr() 673 layer = "infiniband"; in arpintr() 677 layer = "firewire"; in arpintr() 698 layer, ar->ar_hln, if_name(ifp)); in arpintr()
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_want.pod | 50 B<BIO> layer in order to complete the actual SSL_*() operation. 56 More data must be read from the underlying B<BIO> layer in order to
|
| /NextBSD/cddl/contrib/dtracetoolkit/Apps/ |
| HD | Readme | 4 application or applictaion layer protocol. For example, Apache or NFS
|