Searched refs:pull (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/usr.sbin/ppp/
H A Dlayer.h50 struct mbuf *(*pull)(struct bundle *, struct link *, struct mbuf *, member in struct:layer
H A Dlink.c257 * packet (as we do with ``pull''s).
283 * When we ``pull'' a packet from the link, it gets processed by the
284 * ``pull'' function in each layer starting at the bottom.
285 * Each ``pull'' may produce multiple packets, chained together using
287 * Each packet that results from each pull has to be pulled through
312 if (l->layer[layer]->pull != NULL)
313 bp = (*l->layer[layer]->pull)(b, l, bp, &proto);
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dcmpdef.cmd80 parse pull '"' name '"' '@'number rest
100 parse pull '"' name '"' '@'number rest
131 parse pull foo
H A Dchkdef.cmd78 parse pull '"' new_name '"' '@'new_code rest
112 parse pull foo
H A Dmakedef.cmd97 parse pull new_symbol '@'new_code rest
176 parse pull foo
/freebsd-10.0-release/sys/arm/allwinner/
H A Da10_gpio.c163 uint32_t bank, offset, pull, val; local
170 pull = pin >> 4;
173 val = A10_GPIO_READ(sc, A10_GPIO_GP_PUL(bank, pull));
176 A10_GPIO_WRITE(sc, A10_GPIO_GP_PUL(bank, pull), val);
202 /* Manage Pull-up/pull-down. */
312 /* Can't mix pull-up/pull-down together. */
/freebsd-10.0-release/release/doc/share/mk/
H A Ddoc.relnotes.mk47 # Dependency that the article makefiles can use to pull in
/freebsd-10.0-release/contrib/libpcap/
H A Doptimize.c1377 struct block *pull; local
1442 pull = *samep;
1443 *samep = JF(pull);
1444 JF(pull) = *diffp;
1454 JT(ep->pred) = pull;
1456 JF(ep->pred) = pull;
1460 *diffp = pull;
1469 struct block *pull; local
1533 pull = *samep;
1534 *samep = JT(pull);
[all...]
/freebsd-10.0-release/lib/libz/test/
H A Dinfcover.c14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
505 - pull cvs patch to add -t flag to sshd (#28611)
512 - pull cvs patch to fix remote port forwarding with protocol 2
515 - pull cvs patch to add session initialization to no-pty sessions
516 - pull cvs patch to not cut off challengeresponse auth needlessly
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl164 ldr $rp,[$_rp] @ pull rp
H A Dppc-mont.pl148 $LD $n0,0($n0) ; pull n0[0] value
H A Dppc64-mont.pl244 ld $a0,0($ap) ; pull ap[0] value
245 ld $n0,0($n0) ; pull n0[0] value
250 lwz $a0,0($ap) ; pull ap[0,1] value
252 lwz $n0,0($t1) ; pull n0[0,1] value
/freebsd-10.0-release/sys/netinet/
H A Dsctputil.c2510 struct sctp_paramhdr *pull,
2515 (uint8_t *) pull));
4275 * go through our old INP and pull off any control structures that
6815 /* Now pull up the UDP header and SCTP header together */
2508 sctp_get_next_param(struct mbuf *m, int offset, struct sctp_paramhdr *pull, int pull_limit) argument

Completed in 169 milliseconds