Searched defs:protocol (Results 1 – 14 of 14) sorted by relevance
| /lib/efi_loader/ |
| A D | efi_boottime.c | 596 struct efi_handler *protocol; in efi_search_protocol() local 617 const efi_guid_t *protocol, in efi_remove_protocol() 642 struct efi_handler *protocol; in efi_remove_all_protocols() local 1169 const efi_guid_t *protocol, in efi_add_protocol() 1271 const efi_guid_t *protocol, in efi_get_drivers() 1343 const efi_guid_t *protocol, in efi_disconnect_all_drivers() 2536 struct efi_handler *protocol; in efi_protocols_per_handle() local 2694 const efi_guid_t *protocol; in efi_install_multiple_protocol_interfaces_int() local 2817 const efi_guid_t *protocol, *next_protocol; in efi_uninstall_multiple_protocol_interfaces_int() local 3303 struct efi_handler *protocol; in efi_delete_image() local [all …]
|
| A D | efi_net.c | 599 struct efi_mac_address *dest_addr, u16 *protocol) in efi_net_transmit() 694 struct efi_mac_address *dest_addr, u16 *protocol) in efi_net_receive()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | auth.c | 1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail() 1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success() 1118 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail() 1137 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success()
|
| A D | mppe.c | 193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress()
|
| A D | ppp.c | 507 static err_t ppp_netif_output(struct netif *netif, struct pbuf *pb, u16_t protocol) { in ppp_netif_output() 780 u16_t protocol; in ppp_input() local
|
| A D | pppol2tp.c | 207 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output()
|
| A D | pppos.c | 254 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) in pppos_netif_output()
|
| A D | pppoe.c | 268 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppoe_netif_output()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | raw.h | 81 u8_t protocol; member
|
| A D | sockets.h | 665 #define socket(domain,type,protocol) lwip_socket(domain,type,protocol) argument
|
| /lib/efi_selftest/ |
| A D | efi_selftest_controllers.c | 42 efi_guid_t *protocol, in count_child_controllers()
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | fsm.h | 84 u16_t protocol; /* Data Link Layer Protocol field value */ member
|
| A D | ppp_impl.h | 284 u_short protocol; /* PPP protocol number */ member
|
| /lib/lwip/lwip/src/api/ |
| A D | sockets.c | 1723 lwip_socket(int domain, int type, int protocol) in lwip_socket()
|
Completed in 50 milliseconds