Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Darpping.c21 uint16_t ptype; /* 10 protocol type (must be ETH_P_IP) */ member
72 arp.ptype = htons(ETH_P_IP); /* protocol type (ARP message) */ in arpping()
/busybox-1.35.0/scripts/kconfig/
Dgconf.c810 enum prop_type ptype; in on_back_clicked() local
813 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
814 if (ptype != P_MENU) in on_back_clicked()
1050 enum prop_type ptype; in on_treeview2_button_press_event() local
1051 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
1053 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()
1185 enum prop_type ptype; in fill_row() local
1203 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1204 switch (ptype) { in fill_row()
1476 enum prop_type ptype; in display_tree() local
[all …]
Dqconf.cc672 enum prop_type ptype; in contentsMouseReleaseEvent() local
694 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseReleaseEvent()
695 if (ptype == P_MENU && rootEntry != menu && in contentsMouseReleaseEvent()
734 enum prop_type ptype; in contentsMouseDoubleClickEvent() local
745 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in contentsMouseDoubleClickEvent()
746 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in contentsMouseDoubleClickEvent()