Searched refs:layer (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.1-release/usr.sbin/ppp/
H A Dsync.h29 extern struct layer synclayer;
H A Dtcpmss.h29 extern struct layer tcpmsslayer;
H A Dacf.h33 extern struct layer acflayer;
H A Dvjcomp.h36 extern struct layer vjlayer;
H A Dlink.c43 #include "layer.h"
163 * the async layer record how much it's padded the packet in the mbuf's
251 int layer; local
255 * ``push'' function in each layer starting at the top.
263 bp->priv = 0; /* Adjusted by the async layer ! */
264 for (layer = l->nlayers; layer && bp; layer--)
265 if (l->layer[layer
280 int layer; local
332 link_Stack(struct link *l, struct layer *layer) argument
403 int layer; local
[all...]
H A Dnat_cmd.h42 extern struct layer natlayer;
H A Dasync.h53 extern struct layer asynclayer;
H A Dlayer.h45 struct layer { struct
H A Dlink.h57 struct layer const *layer[LAYER_MAX]; /* i/o layers */ member in struct:link
74 extern int link_Stack(struct link *, struct layer *);
H A Dproto.h64 extern struct layer protolayer;
H A Dlqr.h82 extern struct layer lqrlayer;
H A Dsync.c34 #include "layer.h"
73 /* Either done here or by the HDLC layer */
84 struct layer synclayer = { LAYER_SYNC, "sync", sync_LayerPush, sync_LayerPull };
H A Dhdlc.h116 extern struct layer hdlclayer;
H A Dlqr.c41 #include "layer.h"
421 int len, layer; local
441 * As we're stacked higher than the HDLC layer (otherwise HDLC wouldn't be
451 for (layer = 0; layer < l->nlayers; layer++)
452 switch (l->layer[layer]->type) {
463 layer = l->nlayers;
472 log_Printf(LogWARN, "Oops, don't know how to do octets for %s layer\
[all...]
H A Dacf.c35 #include "layer.h"
116 struct layer acflayer = { LAYER_ACF, "acf", acf_LayerPush, acf_LayerPull };
H A Dproto.c34 #include "layer.h"
114 struct layer protolayer =
H A Dccp.h165 extern struct layer ccplayer;
H A Dtcpmss.c41 #include "layer.h"
184 struct layer tcpmsslayer =
H A Dasync.c38 #include "layer.h"
219 struct layer asynclayer =
H A Dvjcomp.c42 #include "layer.h"
200 struct layer vjlayer = { LAYER_VJ, "vj", vj_LayerPush, vj_LayerPull };
/freebsd-10.1-release/contrib/wpa/hostapd/logwatch/
H A Dhostapd29 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};
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dlinux_idr.c62 idr_pos(int id, int layer) argument
64 return (id >> (IDR_BITS * layer)) & IDR_MASK;
89 idr_remove_layer(struct idr_layer *il, int layer) argument
95 if (layer == 0) {
101 idr_remove_layer(il->ary[i], layer - 1);
119 int layer; local
125 layer = idr->layers - 1;
134 while (layer && il) {
135 idx = idr_pos(id, layer);
138 layer
160 int layer; local
192 int layer; local
273 int layer; local
349 int layer; local
[all...]
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_rq.h128 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,
H A Dsmb_rq.c55 static int smb_rq_getenv(struct smb_connobj *layer,
61 smb_rq_alloc(struct smb_connobj *layer, u_char cmd, struct smb_cred *scred, argument
70 error = smb_rq_init(rqp, layer, cmd, scred);
83 smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd, argument
90 error = smb_rq_getenv(layer, &rqp->sr_vc, &rqp->sr_share);
278 smb_rq_getenv(struct smb_connobj *layer, argument
286 switch (layer->co_level) {
288 vcp = CPTOVC(layer);
289 if (layer->co_parent == NULL) {
296 ssp = CPTOSS(layer);
374 smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred, struct smb_t2rq **t2pp) argument
[all...]
/freebsd-10.1-release/contrib/apr-util/test/
H A DNWGNUaputest99 NLM_DESCRIPTION = NLM is to test the apu layer

Completed in 91 milliseconds

12