Searched defs:pb (Results 1 - 25 of 32) sorted by relevance

12

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_s_mp_mul_digs.c25 int res, pa, pb, ix, iy; local
H A Dbn_s_mp_mul_high_digs.c25 int res, pa, pb, ix, iy; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_d2i_fp.c141 static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb) argument
H A Da_int.c117 unsigned char *p,*n,pb=0; local
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dqsort.c119 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
[all...]
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dinet_chksum.c146 u8_t *pb = dataptr; local
201 u8_t *pb = dataptr; local
/barrelfish-2018-10-04/lib/lwip2/src/barrelfish/
H A Dnetif_barrelfish.c45 struct pbuf_custom pb; member in struct:bf_pbuf
/barrelfish-2018-10-04/lib/arranet/
H A Dinet_chksum.c137 u8_t *pb = (u8_t *)dataptr; local
193 u8_t *pb = (u8_t *)dataptr; local
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dinet_chksum.c135 const u8_t *pb = (const u8_t *)dataptr; local
191 const u8_t *pb = (const u8_t *)dataptr; local
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dmppe.c193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) argument
279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) argument
H A Dvj.c160 vj_compress_tcp(struct vjcompress *comp, struct pbuf **pb) argument
H A Dpppos.c247 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) argument
697 struct pbuf *pb = (struct pbuf*)arg; local
[all...]
H A Dpppoe.c246 struct pbuf *pb; local
372 pppoe_disc_input(struct netif *netif, struct pbuf *pb) argument
650 pppoe_data_input(struct netif *netif, struct pbuf *pb) argument
719 pppoe_output(struct pppoe_softc *sc, struct pbuf *pb) argument
755 struct pbuf *pb; local
977 struct pbuf *pb; local
1031 struct pbuf *pb; local
1062 struct pbuf *pb; local
1092 struct pbuf *pb; local
1128 pppoe_xmit(struct pppoe_softc *sc, struct pbuf *pb) argument
[all...]
H A Dpppol2tp.c206 struct pbuf *pb; local
784 struct pbuf *pb; local
879 struct pbuf *pb; local
930 struct pbuf *pb; local
979 struct pbuf *pb; local
1026 struct pbuf *pb; local
1055 struct pbuf *pb; local
1100 pppol2tp_xmit(pppol2tp_pcb *l2tp, struct pbuf *pb) argument
1120 pppol2tp_udp_send(pppol2tp_pcb *l2tp, struct pbuf *pb) argument
[all...]
H A Dppp.c478 static err_t ppp_netif_output_ip4(struct netif *netif, struct pbuf *pb, const ip4_addr_t *ipaddr) { argument
494 static err_t ppp_netif_output_ip6(struct netif *netif, struct pbuf *pb, const ip6_addr_t *ipaddr) { argument
500 static err_t ppp_netif_output(struct netif *netif, struct pbuf *pb, u16_t protocol) { argument
769 ppp_input(ppp_pcb *pcb, struct pbuf *pb) argument
[all...]
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Dtcp_server.c148 tcp_is_recv_client(void *arg, struct tcp_pcb *pcb, struct pbuf *pb, err_t err) argument
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmppe.c193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) argument
279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) argument
H A Dvj.c160 vj_compress_tcp(struct vjcompress *comp, struct pbuf **pb) argument
H A Dpppos.c247 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) argument
697 struct pbuf *pb = (struct pbuf*)arg; local
[all...]
H A Dpppoe.c246 struct pbuf *pb; local
372 pppoe_disc_input(struct netif *netif, struct pbuf *pb) argument
650 pppoe_data_input(struct netif *netif, struct pbuf *pb) argument
719 pppoe_output(struct pppoe_softc *sc, struct pbuf *pb) argument
755 struct pbuf *pb; local
977 struct pbuf *pb; local
1031 struct pbuf *pb; local
1062 struct pbuf *pb; local
1092 struct pbuf *pb; local
1128 pppoe_xmit(struct pppoe_softc *sc, struct pbuf *pb) argument
[all...]
H A Dpppol2tp.c206 struct pbuf *pb; local
784 struct pbuf *pb; local
879 struct pbuf *pb; local
930 struct pbuf *pb; local
979 struct pbuf *pb; local
1026 struct pbuf *pb; local
1055 struct pbuf *pb; local
1100 pppol2tp_xmit(pppol2tp_pcb *l2tp, struct pbuf *pb) argument
1120 pppol2tp_udp_send(pppol2tp_pcb *l2tp, struct pbuf *pb) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/MacOS/
H A DRandomizer.cpp335 XVolumeParam pb; local
[all...]
/barrelfish-2018-10-04/usr/block_server/
H A Dnetwork_client.c101 block_net_recv_cb(void *arg, struct tcp_pcb *pcb, struct pbuf *pb, err_t err) argument
[all...]
/barrelfish-2018-10-04/usr/netfile/
H A Dnetfile.c196 static err_t tcp_is_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *pb, argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_ameth.c231 *pb = EC_KEY_get0_public_key(b->pkey.ec); local

Completed in 251 milliseconds

12